home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
BEEP7_FO
/
BEEP7.MAK
< prev
next >
Wrap
Text File
|
1992-01-14
|
459b
|
23 lines
# File: Beep7.make
# Target: Beep7
# Sources: Beep7.c Beep7.r
# Created: Sunday, January 12, 1992 9:32:58 PM
OBJECTS = Beep7.c.o
Beep7 ── Beep7.make Beep7.r
Rez Beep7.r -append -o Beep7
Beep7 ── Beep7.make {OBJECTS}
Link -d -c 'MPS ' -t MPST ╢
{OBJECTS} ╢
"{CLibraries}"StdClib.o ╢
"{Libraries}"Runtime.o ╢
"{Libraries}"Interface.o ╢
"{Libraries}"ToolLibs.o ╢
-o Beep7
Beep7.c.o ─ Beep7.make Beep7.c
C -r Beep7.c